object NodeListCfgForm: TNodeListCfgForm Left = 261 Top = 156 BorderStyle = bsDialog Caption = 'Nodelist Configuration' ClientHeight = 183 ClientWidth = 316 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 68 Top = 150 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 148 Top = 150 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bHelp: TButton Left = 228 Top = 150 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = bHelpClick end object pg: TPageControl Left = 0 Top = 0 Width = 316 Height = 145 ActivePage = Files Align = alTop TabOrder = 3 object Files: TTabSheet Caption = 'Files' object gNL: TAdvGrid Left = 8 Top = 8 Width = 293 Height = 98 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 2 DefaultRowHeight = 18 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gNL. TabOrder = 0 ColWidths = ( 31 243) end end object Phones: TTabSheet Caption = 'Phones' object gPhn: TAdvGrid Left = 8 Top = 8 Width = 293 Height = 98 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultColWidth = 100 DefaultRowHeight = 18 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gPhn. TabOrder = 0 ColWidths = ( 31 118 124) end end end end